Einhugur macOS Bridge plugin.

NSOpenPanel.AllowsMultipleSelection Property

A Boolean that indicates whether the user may select multiple files and directories.

AllowsMultipleSelection as Boolean {Read and Write}

Remarks

When the value of this property is True, the user may select multiple items from the browser. When the selection contains multiple items, use the URLs property to retrieve those items instead of the inherited URL property.

See Also

NSOpenPanel Class